-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Bluetooth: Controller: Fix DLE HCI params parsing #45971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dfe1cfa to
9e183a5
Compare
|
fixes #44164 |
e571495 to
bac8467
Compare
|
@cvinayak please review |
cvinayak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good and do not affect the conformance tests (HCI tests pass). The CI failure needs addressing though.
LE Write Suggested Default Data Length and LE Set Data Length commands are suggestions from host and should be validated only as per HCI specification regarding internal setting of LLCP. LLCP is allowed to use other values if needed. Signed-off-by: Szymon Janc <[email protected]>
Some tests assume that if IUT accepted HCI_LE_Set_Data_Length command than HCI_LE_Data_Length_Change event will always be sent. This is not the case anymore as HCI_LE_Data_Length_Change is sent only if effective parameters changed. Those tests should be re-enabled when EDDT implementation is updated. Signed-off-by: Szymon Janc <[email protected]>
|
No objections from me. If this is passing latest TCRL based conformance tests, you have my approval. @thoh-ot Please get a review at your side. |
erbr-ot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - did an EBQ run (HCI and CON tests) with this commit on Oticon target with no added failures.
|
Should this go for 3.2.0? The matching issue is tagged as Enhancement... tagging for 3.3.0, feel free to move it as necessary. |
LE Write Suggested Default Data Length and LE Set Data Length commands
are suggestions from host and should be validated only as per HCI
specification regarding internal setting of LLCP.
LLCP is allowed to use other values is needed.
fixes #44164
Signed-off-by: Szymon Janc [email protected]